This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Or (if you have multi-value fields or Date/Number fields) you could create a dummy document... ~Umberto Nongeroson 14.Jan.04 05:04 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
in the postopen event and call doc.CopyAllItems(savdoc), then in the Query Save,
changedFields = ""
forall item1 in doc.Items
Set oitem = savdoc.GetFirstItem(item1.Name)
if oitem.Text <> item1.Text then
changedFields = changedFields + item1.Name